home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMMSGREADONLY / TFRMMSGREADONLY.txt
Text File  |  2008-08-19  |  2KB  |  80 lines

  1. object FrmMsgReadOnly: TFrmMsgReadOnly
  2.   Left = 333
  3.   Top = 358
  4.   BorderStyle = bsDialog
  5.   Caption = 'Read Only File'
  6.   ClientHeight = 147
  7.   ClientWidth = 426
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 56
  22.     Top = 54
  23.     Width = 354
  24.     Height = 39
  25.     Caption = 
  26.       'You can either save the file in a different location or let Twis' +
  27.       'tpad attempt to remove the write-protection and overwrite the fi' +
  28.       'le in the current location'
  29.     WordWrap = True
  30.   end
  31.   object lblCaption: TLabel
  32.     Left = 56
  33.     Top = 12
  34.     Width = 361
  35.     Height = 45
  36.     AutoSize = False
  37.     Caption = 
  38.       'The file tt cannot be saved because it is write-protected.The fi' +
  39.       'le tt cannot be saved because it is write-protected. it is write' +
  40.       '-protected it is write-protected'
  41.     WordWrap = True
  42.   end
  43.   object Image1: TImage
  44.     Left = 10
  45.     Top = 13
  46.     Width = 32
  47.     Height = 32
  48.     AutoSize = True
  49.   end
  50.   object Button1: TButton
  51.     Left = 81
  52.     Top = 108
  53.     Width = 80
  54.     Height = 25
  55.     Caption = '&Save As...'
  56.     ModalResult = 6
  57.     TabOrder = 1
  58.   end
  59.   object Button2: TButton
  60.     Left = 174
  61.     Top = 108
  62.     Width = 80
  63.     Height = 25
  64.     Caption = '&Overwrite'
  65.     ModalResult = 1
  66.     TabOrder = 2
  67.   end
  68.   object Button3: TButton
  69.     Left = 267
  70.     Top = 108
  71.     Width = 80
  72.     Height = 25
  73.     Cancel = True
  74.     Caption = 'Cancel'
  75.     Default = True
  76.     ModalResult = 2
  77.     TabOrder = 0
  78.   end
  79. end
  80.